home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
frame_745
/
PlaceObject2_2102_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2010-04-12
|
287b
|
14 lines
onClipEvent(enterFrame){
tellTarget("_root")
{
if(CacheTrou4.hitTest(_root.Meg._x,_root.Meg._y,true) == true)
{
tellTarget("_root.Meg")
{
gotoAndStop("Tombe");
}
set("/Variables:Stoppe",true);
}
}
}